home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / invite < prev    next >
Encoding:
Text File  |  2001-03-21  |  441 b   |  21 lines

  1. Synopsis:
  2.    on [<modes>]invite [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives an invitation to a
  6.    channel.
  7.  
  8. Parameters:
  9.    $0    nickname inviting the client to a channel
  10.    $1    channel invited to
  11.  
  12. Examples:
  13.    Customizing the appearance of the invitation:
  14.       on ^invite "*" {
  15.          echo *** $0 cordially invites you to $1
  16.       }
  17.  
  18. See Also:
  19.    invite(1)
  20.  
  21.